home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_108458.txt < prev    next >
Text File  |  1989-09-27  |  5KB  |  230 lines

  1. -- card: 108458 from stack: in
  2. -- bmap block id: 114301
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Link to Subproject DBOX
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=198 top=65 right=86 bottom=284
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: folder
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   show card field popupFolder
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   hide card field popupFolder
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=141 top=87 right=247 bottom=341
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: list
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   show card field popupList
  46. end mouseDown
  47.  
  48. on mouseUp
  49.   hide card field popupList
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=368 top=89 right=102 bottom=425
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: drive
  66. ----- HyperTalk script -----
  67. on mouseDown
  68.   show card field popupDrive
  69. end mouseDown
  70.  
  71. on mouseUp
  72.   hide card field popupDrive
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=358 top=116 right=258 bottom=448
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: buttons
  89. ----- HyperTalk script -----
  90. on mouseDown
  91.   show card field popupButtons
  92. end mouseDown
  93.  
  94. on mouseUp
  95.   hide card field popupButtons
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 7 (field)
  101. -- low flags: 01
  102. -- high flags: 2002
  103. -- rect: left=11 top=53 right=90 bottom=117
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 0
  107. -- font id: 3
  108. -- text size: 10
  109. -- style flags: 0
  110. -- line height: 13
  111. -- part name: Inbox
  112.  
  113.  
  114. -- part 8 (field)
  115. -- low flags: 81
  116. -- high flags: 2004
  117. -- rect: left=149 top=110 right=212 bottom=327
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: popupFolder
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "popupFolder"
  129. end mouseUp
  130.  
  131.  
  132. -- part 9 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=11 top=97 right=198 bottom=117
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupList
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupList"
  147. end mouseUp
  148.  
  149.  
  150. -- part 10 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=359 top=105 right=144 bottom=440
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupDrive
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupDrive"
  165. end mouseUp
  166.  
  167.  
  168. -- part 11 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=134 top=66 right=246 bottom=352
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupButtons
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupButtons"
  183. end mouseUp
  184.  
  185.  
  186. -- part contents for card part 7
  187. ----- text -----
  188. Press any element for details.
  189.  
  190. -- part contents for card part 8
  191. ----- text -----
  192. Name of the disk or folder containing the files listed below.
  193.  
  194. Press to see the hierarchy of files.
  195.  
  196. Drag to display a different level.
  197.  
  198.  
  199. -- part contents for card part 9
  200. ----- text -----
  201. Double-click the document you want to link to, or a folder whose contents you want listed.
  202.  
  203.  
  204. -- part contents for card part 10
  205. ----- text -----
  206. Current disk drive.
  207.  
  208.  
  209.  
  210.  
  211. -- part contents for card part 11
  212. ----- text -----
  213. Click Eject to remove the current disk if you want to insert a different disk.
  214.  
  215. Click Drive to switch drives.
  216.  
  217. Click Link to link the selected file as a subproject (or to view the contents of the selected folder).
  218.  
  219. Click New to create a new project as a subproject.
  220.  
  221. Click Cancel to cancel the command.
  222.  
  223.  
  224. -- part contents for background part 30
  225. ----- text -----
  226. The Task Menu
  227.  
  228. -- part contents for background part 31
  229. ----- text -----
  230. Link Dialog Box